put

function put(key: K, value: V)

Associates the specified value with the specified key in the map.

Since

0.6.0

Parameters

key

The key to put into the map.

value

The value to associate with the key.